Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfObject<T> Class
The type of underlying value.
Members

In This Topic
    PdfObject<T> Class
    In This Topic
    Base abstract generic class for all PDF objects.
    Object Model
    PdfObject<T> Class
    Syntax
    'Declaration
     
    Public MustInherit Class PdfObject(Of T) 
       Inherits PdfObject
    public abstract class PdfObject<T> : PdfObject 
    Type Parameters
    T
    The type of underlying value.
    Inheritance Hierarchy
    See Also